home *** CD-ROM | disk | FTP | other *** search
- inherited RemoveVocalsForm: TRemoveVocalsForm
- Caption = 'Reduce Vocals'
- ClientHeight = 236
- ClientWidth = 427
- OldCreateOrder = True
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object CancellationBox: TGroupBox
- Left = 8
- Top = 8
- Width = 411
- Height = 61
- Caption = ' Channel cancellation volume '
- TabOrder = 0
- inline CancellationVolume: TVolumeFrame
- Left = 8
- Top = 16
- inherited VolumeAxis: TDogAxis
- Min = -60
- Max = 10
- end
- inherited VolumeFader: TFader
- Min = -60
- Max = 10
- end
- inherited VolumeBox: TNumBox
- Min = -60
- Max = 10
- Label = 'Cancellation volume'
- end
- end
- end
- object BandFilterBox: TGroupBox
- Left = 8
- Top = 75
- Width = 411
- Height = 156
- Caption = ' Bandstop filter volume and range '
- TabOrder = 1
- object FromAxis: TDogAxis
- Left = 76
- Top = 90
- Width = 260
- Height = 16
- Associate = FromFader
- Min = 20
- Max = 16000
- Border = 22
- K = True
- Anchors = [akLeft, akTop, akRight]
- end
- object ToAxis: TDogAxis
- Left = 76
- Top = 128
- Width = 260
- Height = 16
- Associate = ToFader
- Min = 20
- Max = 16000
- Border = 22
- K = True
- Anchors = [akLeft, akTop, akRight]
- end
- inline BandstopVolume: TVolumeFrame
- Left = 8
- Top = 16
- inherited VolumeAxis: TDogAxis
- Min = -60
- Max = 10
- end
- inherited VolumeFader: TFader
- Min = -60
- Max = 10
- Position = -60
- end
- inherited VolumeBox: TNumBox
- Value = -60
- Min = -60
- Max = 10
- Label = 'Bandstop volume'
- Text = '-60.0'
- end
- end
- object FromFader: TFader
- Left = 76
- Top = 74
- Width = 260
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 2
- Associate = From
- Line = 10
- Page = 100
- Min = 20
- Max = 16000
- Position = 300
- Stripe = True
- end
- object From: TNumEdit
- Left = 340
- Top = 74
- Width = 59
- Height = 21
- TabStop = True
- Value = 300
- Min = 20
- Max = 16000
- PageChange = 100
- LineChange = 10
- Label = 'From'
- Buddy = FromFader
- Anchors = [akTop, akRight]
- Caption = '300'
- TabOrder = 3
- MaxLength = 7
- OnChange = Change
- end
- object FromLabel: TStaticText
- Left = 20
- Top = 74
- Width = 52
- Height = 17
- Alignment = taRightJustify
- Caption = 'From (Hz):'
- TabOrder = 1
- end
- object ToFader: TFader
- Left = 76
- Top = 112
- Width = 260
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 5
- Associate = To
- Line = 10
- Page = 100
- Min = 20
- Max = 16000
- Position = 2500
- Stripe = True
- end
- object To: TNumEdit
- Left = 340
- Top = 112
- Width = 59
- Height = 21
- TabStop = True
- Value = 2500
- Min = 20
- Max = 16000
- PageChange = 100
- LineChange = 10
- Label = 'To'
- Buddy = ToFader
- Anchors = [akTop, akRight]
- Caption = '2500'
- TabOrder = 6
- MaxLength = 7
- OnChange = Change
- end
- object ToLabel: TStaticText
- Left = 30
- Top = 112
- Width = 42
- Height = 17
- Alignment = taRightJustify
- Caption = 'To (Hz):'
- TabOrder = 4
- end
- end
- end
-